The parameters list also displays parameter information for nested functions “参数”列表还显示嵌套函数的参数信息。
On a nested function call , step into steps into the most deeply nested function 在嵌套函数调用上, “逐语句”将进入并单步执行嵌套最深的函数。
This flag is set on functions that contain nested functions that access the parent function s locals 如果某一函数包含访问该父函数局部变量的嵌套函数,则设置此标志。
In native code , if you want to step into a specific nested function , use the step into specific command from the shortcut menu 在本机代码中,如果要进入并单步执行特定的嵌套函数,请使用快捷菜单中的“单步执行特定函数”命令。
In computer programming, a nested function (or nested procedure/subroutine) is a function which is lexically (textually) encapsulated within another function. It can only be called by the enclosing function or by functions directly or indirectly nested within the same enclosing function.